home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / rexx / arexx / rxtracke.rea < prev    next >
INI File  |  1994-06-21  |  2KB  |  49 lines

  1. [name]
  2. rxtracker.lzh
  3.  
  4. [summary]
  5. RxTracker allows you to play MED and SoundTracker modules via ARexx.
  6.  
  7. [info]
  8. RxTracker: A Program for playing MED and Soundtracker modules from ARexx 
  9.  
  10. by Dominic Giampaolo
  11.  
  12.     Have you noticed that AmigaVision only plays those really crappy Deluxe
  13. Music Construction Set SMUS files?  The ones that sound like they were
  14. taken from a Commodore 64?
  15.  
  16.     Well I did.
  17.  
  18.     I also noticed that SoundTracker/MED produce music that is an order of
  19. magnitude better.  As a matter of fact, if I was blindfolded and didn't
  20. know, I wouldn't believe the music was coming from the same computer.
  21.  
  22.     This is why I wrote RxTracker.  It lets you play MED and SoundTracker
  23. modules via ARexx.  This means that you are no longer forced to listen to
  24. those crappy DMCS files in your AmigaVision presentation.  It also means
  25. you can play songs from within your editor, spreadsheet, paint program, or
  26. even a telecommunications program!  Now tell me ARexx isn't the most killer
  27. thing on earth....
  28.  
  29. Oh, one quick thing.  The medplayer.library will ONLY play files saved from
  30. the 2.0 or higher version of MED.  For a module to be loaded as a MED
  31. module, the first 4 bytes of the file must be (in ascii) MMD0.  You can see
  32. if a file is a good MED module by doing "type hex <modulename>".  If the
  33. first thing you see is MMD0, you're all set.  If not, fire up MED, load the
  34. module, and just save it back out again.
  35.  
  36.  
  37.   Requirements :
  38.  
  39.        Obviously you need ARexx.
  40.  
  41.        You also need to have both medplayer.library and streplay.library in
  42. your libs: directory.  Both of them total less than 9K, and are worth
  43. sparing the disk space for (if you only have two floppies and things are
  44. really just too tight, get PathAss from a fish disk or PD archive, and it
  45. will let you split LIBS: across two disk - very handy!).  Both librariers
  46. are included here, and are copyright/left/center their respective authors
  47. (i.e. I didn't write either one).
  48.  
  49.